home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / dirmaster.readme < prev    next >
Text File  |  1997-02-28  |  3KB  |  54 lines

  1. Short:    Another set of dir & lister commands. V1.3
  2. Author:   timok@cc.tut.fi (Timo Kaikumaa)
  3. Uploader: timok@cc.tut.fi (Timo Kaikumaa)
  4. Version:  1.3
  5. Type:     biz/dopus
  6. Replaces: biz/dopus/dirmaster*
  7. Requires: Directory Opus 5.5+
  8.  
  9. /*****************************************************************\
  10. *                                                                 *
  11. *  DIRTODEST and PARENTTODEST commands for Directory Opus 5       *
  12. *                                                                 *
  13. *  Written by Timo Kaikumaa (timok@cc.tut.fi)                     *
  14. *                                                                 *
  15. *  ARexx script for Directory Opus 5.5 giving you two new         *
  16. *  directory & lister commands. To make them work, place this     *
  17. *  script into "dopus5:modules" directory.                        *
  18. *                                                                 *
  19. *  This script was written because I wasn't happy with _any_      *
  20. *  command or script of this kind there was already available.    *
  21. *  (And there sure was loads of them.)                            *
  22. *                                                                 *
  23. *  Using these commands results in another lister with the        *
  24. *  same path (DirToDest) or the parent path of your current       *
  25. *  directory (ParentToDest) in it. However, the algorithm to      *
  26. *  determine the new lister is more complex than usually.         *
  27. *  When called without legal arguments, the state of the          *
  28. *  destination listers is first checked. If there is only one     *
  29. *  of them (and it's not the lister where this script was called  *
  30. *  from) it is the one to be used, then. However, if the command  *
  31. *  was used in the actual destination lister the same applies to  *
  32. *  the source listers as well. If these criterions are of no use, *
  33. *  a new check is performed. This time a pathless lister is being *
  34. *  looked for. Usually this means a lister showing the list of    *
  35. *  devices or current caches. If there are many of them, only the *
  36. *  first one is used. In case the search appears still            *
  37. *  unsuccessful, a new lister is finally opened.                  *
  38. *                                                                 *
  39. *  If there are selected directories in a lister where DirToDest  *
  40. *  is called from, the first of these is being used instead of    *
  41. *  current directory. This action also deselects the first        *
  42. *  directory entry.                                               *
  43. *                                                                 *
  44. *  Both commands can only be used within a lister context.        *
  45. *                                                                 *
  46. *  Parameters: NEW/S to always open a new lister.                 *
  47. *                                                                 *
  48. *  Bugs: perhaps customized too much to suit for anyone's taste.  *
  49. *                                                                 *
  50. *  Hint: the first lines of lister menu might be a good place     *
  51. *  for these commands.                                            *
  52. *                                                                 *
  53. \*****************************************************************/
  54.